home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / msj / v06n06 / intnat.exe / INTERN.EXE / INTERNAT.DEF < prev    next >
Encoding:
Text File  |  1991-11-01  |  858 b   |  45 lines

  1. ; Definitions file for INTERNAT
  2. ;
  3. ; William S. Hall
  4. ; 3665 Benton Street, #66
  5. ; Santa Clara, CA 95051
  6. ;
  7.  
  8. ; Program name
  9. NAME
  10.  
  11. ; Executable type
  12. EXETYPE WINDOWS
  13.  
  14. ; Description string
  15. DESCRIPTION 'Windows internationalization functions demo'
  16.  
  17. ; Program to run if run from MS-DOS
  18. STUB 'Winstub.exe'
  19.  
  20. ; Heap and stack sizes
  21. HEAPSIZE    1024
  22. STACKSIZE    4096
  23.  
  24. ; Attributes of code and data segments
  25. CODE    MOVEABLE
  26. DATA    MOVEABLE MULTIPLE
  27.  
  28. ; Attributs of particular segments
  29. SEGMENTS
  30.     _RES PRELOAD MOVEABLE DISCARDABLE
  31.     _INIT PRELOAD MOVEABLE DISCARDABLE
  32.     _UTILS LOADONCALL MOVEABLE DISCARDABLE
  33.     _FNS LOADONCALL MOVEABLE DISCARDABLE
  34.  
  35. ; Functions called by Windows
  36. EXPORTS
  37.     MainWndProc        @1
  38.     AboutDlg        @2
  39.     CompareDlgFunc     @3
  40.     OEMConvertDlg     @4
  41.     IntlDlg         @5
  42.     LangDlgFunc        @6
  43.     ListSortDlg        @7
  44.  
  45.